home *** CD-ROM | disk | FTP | other *** search
- package icontrols.RichText;
-
- import com.ms.dll.DllLib;
-
- public class PARAFORMAT2 {
- public int cbSize = DllLib.sizeOf(this);
- public int dwMask;
- public short wNumbering;
- public short wEffects;
- public int dxStartIndent;
- public int dxRightIndent;
- public int dxOffset;
- public short wAlignment;
- public short cTabCount;
- public int[] rgxTabs = new int[32];
- public int dySpaceBefore;
- public int dySpaceAfter;
- public int dyLineSpacing;
- public short sStyle;
- public byte bLineSpacingRule;
- public byte bCRC;
- public short wShadingWeight;
- public short wShadingStyle;
- public short wNumberingStart;
- public short wNumberingStyle;
- public short wNumberingTab;
- public short wBorderSpace;
- public short wBorderWidth;
- public short wBorders;
- }
-